@charset "utf-8";
/* ----------------- CART PAGE --------------- */
.sep {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: .25em 0;
	margin-bottom: 38px;
	color: #000000;
	font-size: large;
	border-right-color: #000000;
	border-left-color: #000000;
}
.container-products {
	max-width: 650px;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 50px;
}
.container-products ion-icon {
	font-size: 25px;
	color: blue;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.product-header {
	width: 100%;
	max-width: 650px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 4px solid lightgray;
	margin: 0 auto;
}
.product-title {
	width: 45%;
}
.welcome2 .container .sectionHeader {
	text-align: left;
	color: #104E3F;
	font-size: xx-large;
}
#basket {
    float: right;
    margin-right: 13px;
    margin-top: -49px;
}
.cart  {
    margin-top: 9px;
    padding-left: 2px;
    float: right;
    text-align: right;
    width: auto;
    margin-right: -310px;
}

.price1 {
	width: 15%;
	border-bottom: 1px solid lightgray;
	display: flex;
	align-items: center;
}
.quantity {
	width: 30%;
	border-bottom: 1px solid lightgray;
	display: flex;
	align-items: center;
}
.total {
	width: 10%;
	border-bottom: 1px solid lightgray;
	display: flex;
	align-items: center;
}
.product {
	width: 45%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid lightgray;
}
.product ion-icon {
	cursor: pointer;
}
.products {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.products img {
	width: 75px;
}
.basketTotalContainer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 10px 0;
}
.basketTotalTitle {
	width: 30%;
}
.basketTotal {
	width: 10%;
}
.shopping.cart .custom-checkbox .formBtn {
	float: right;
	margin-top: 80px;
}
.note {
	text-align: right;
	color: #24022D;
	margin-right: 54px;
	font-style: italic;
	font-size: large;
	margin-top: 78px;
}
@media(max-width: 500px) {
	nav h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		;
	}
	.sm-hide {
		display: none;
		;
	}
	.products, .product-header {
		justify-content: center;
	}
	.basketTotalContainer {
		padding-right: 8%;
	}
	.note {
		color: #24022D;
		font-style: italic;
		margin-top: 75px;
		height: auto;
		margin-left: -14px;
		margin-right: 21px;
	}
.cart {
    width: 75%;
    margin-top: 9px;

}

}
